Ajax AutoComplete Support Product Page

This topic was archived

Showing an image with autocomplete

16 years ago Steve Franzken posted:
How do I show an image in autocomplete like say adobe's web site top right search when you click in there and type D for example an image of the product with description appears?

Thanks for your assistance.

Steve

Replies

Replied 16 years ago
16 years ago Kiril Iliev replied:
Hi Steve,

You should be able to do that just by adding an <img> tag into your database referring to your image.

Regards,


==================
DMX Zones
Support Team
==================
Replied 16 years ago
16 years ago Steve Franzken replied:
[


Hi

But how?

quote]Hi Steve,

You should be able to do that just by adding an <img> tag into your database referring to your image.

Regards,


==================
DMX Zones
Support Team
==================
Replied 16 years ago
16 years ago Steve Franzken replied:
Ok it shows the image url stored in teh db like /uploads/image1.jpg

not the image how do I get it to work like yours on this site where it shows the thumbnail image?

Please
Replied 16 years ago
16 years ago Steve Franzken replied:
Please I feel this is one of the things many users will want to do; is to show an image like on the new dmxzone web site when you search the autocomplete works shows an image product information and links to a details page..

I have a project I have to implement this on and was hoping to get some help.

Steve
Replied 16 years ago
16 years ago Steve Franzken replied:
Dude get out of the car no one is chasing you and help me; please
Replied 16 years ago
16 years ago Miroslav Zografski replied:
Hi Steve,

In your db field where you have a path to image placed put:

<img src="path/to/image.jpg" width="if you like" height="same as width"/>

and you're done.

Regards,
Replied 16 years ago
16 years ago Steve Franzken replied:
Great that worked now is there a way to store from say Pure Upload 3 and smart image processor the location like this?

<img src="/uploads/00013091001_3.jpg" width="60" height="60" align="left">

Also if I want to align the picture to the left do I need to modify the stylesheet?

Thanks so much to everyone for their help.
'
Replied 16 years ago
16 years ago Miroslav Zografski replied:
QuoteGreat that worked now is there a way to store from say Pure Upload 3 and smart image processor the location like this?

<img src="/uploads/00013091001_3.jpg" width="60" height="60" align="left">

Also if I want to align the picture to the left do I need to modify the stylesheet?

Thanks so much to everyone for their help.
'

Hi Steve,

Unfortunately, there is no way for you to add all this to the image name with Pure Upload 3 and SIP even if you use rename file add-on for Pure Upload. Maybe if you can have a function that will add it ... but I can't give you any examples.

Regards,
Replied 16 years ago
16 years ago Steve Franzken replied:
Thanks for your help quesiton is there a way to add more feilds and format them like on the dmx zone site?
Replied 16 years ago
16 years ago Miroslav Zografski replied:
Hi Steve,

I guess there is a way but I just haven't tested this. I can give it a try but it will take awhile.

Regards,

Reply to this topic